Skip to main content

Class Store<TValue, TValueType>

Base class for store instructions with the same read and write types.

Assembly: WaaS.Core.dll
Declaration
public abstract class Store<TValue, TValueType> : Store<TValue, TValueType, TValue> where TValue : unmanaged where TValueType : struct, IValueType<TValue>

Inheritance: System.Object -> WaaS.Models.Instruction -> WaaS.Models.Store<<TValue>,<TValueType>,<TValue>>

Derived:
WaaS.Models.StoreF32, WaaS.Models.StoreF64, WaaS.Models.StoreI32, WaaS.Models.StoreI64

Methods

Convert(in TValue)

View Source
Declaration
protected override TValue Convert(in TValue value)
Returns

<TValue>

Parameters
TypeName
<TValue>value